home *** CD-ROM | disk | FTP | other *** search
-
-
- Winsock RCMD.DLL 1.5
- Copyright 1994 Denicomp Systems
- All rights reserved
-
-
- The directory you install RCMD.DLL must be included in your PATH environment
- variable or you can copy this file to your Windows directory (usually \WINDOWS).
-
- The distribution contains two other ZIPped files: CRSH.ZIP and VBRSH.ZIP.
- These contain the C example program and the Visual Basic example program
- respectively. The C example program was written using Microsoft Visual C/C++
- Version 1.0.
-
- To install these, create two subdirectories within the directory you UNZIPped
- the Winsock RCMD.DLL distribution named CRSH and VBRSH:
-
- MKDIR CRSH
- MKDIR VBRSH
-
- Then change to each and UNZIP the files:
-
- CD CRSH
- PKUNZIP ..\CRSH.ZIP
-
- CD ..\VBRSH
- PKUNZIP ..\VBRSH.ZIP
-
-
- The Makefile in the CRSH directory is set up to look in the previous directory
- (..) for the RCMD.H and RCMD.LIB files. If you install the example C program
- in another directory, you must modify this Makefile.
-
-